home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue57 / System / AnimateDemoForm.dfm < prev    next >
Encoding:
Text File  |  2000-04-01  |  959 b   |  53 lines

  1. object Form1: TForm1
  2.   Left = 234
  3.   Top = 333
  4.   Width = 705
  5.   Height = 197
  6.   Caption = 'Form1'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnClose = FormClose
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Memo1: TMemo
  19.     Left = 24
  20.     Top = 16
  21.     Width = 145
  22.     Height = 105
  23.     Lines.Strings = (
  24.       'Memo1')
  25.     TabOrder = 0
  26.   end
  27.   object CheckBox1: TCheckBox
  28.     Left = 232
  29.     Top = 24
  30.     Width = 97
  31.     Height = 17
  32.     Caption = 'CheckBox1'
  33.     TabOrder = 1
  34.   end
  35.   object Panel1: TPanel
  36.     Left = 456
  37.     Top = 32
  38.     Width = 169
  39.     Height = 105
  40.     Caption = 'Panel1'
  41.     Color = clRed
  42.     TabOrder = 2
  43.   end
  44.   object Edit1: TEdit
  45.     Left = 208
  46.     Top = 64
  47.     Width = 121
  48.     Height = 21
  49.     TabOrder = 3
  50.     Text = 'Edit1'
  51.   end
  52. end
  53.